ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFilledPolygon Class / ImGearARTFilledPolygon Constructor / ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)
Raw points array to create a polygon from.
Fill color of the mark.
Specifies whether the mark is highlighted or not.




In This Topic
    ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)
    In This Topic
    Initializes a new instance of the ImGearARTFilledPolygon class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal fillColor As IImGearRGBQuad, _
       ByVal isHighlighted As Boolean _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim fillColor As IImGearRGBQuad
    Dim isHighlighted As Boolean
     
    Dim instance As New ImGearARTFilledPolygon(points, fillColor, isHighlighted)
    public ImGearARTFilledPolygon( 
       ImGearPoint[] points,
       IImGearRGBQuad fillColor,
       bool isHighlighted
    )
    public: ImGearARTFilledPolygon( 
       ImGearPoint[]* points,
       IImGearRGBQuad* fillColor,
       bool isHighlighted
    )
    public:
    ImGearARTFilledPolygon( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ fillColor,
       bool isHighlighted
    )

    Parameters

    points
    Raw points array to create a polygon from.
    fillColor
    Fill color of the mark.
    isHighlighted
    Specifies whether the mark is highlighted or not.
    See Also